Salome HOME
Merge from master to omu/insitu.
[modules/paravis.git] / test / standalone / gui / PLViewTab.cxx
index 6ee1fd2f0f0b5b4d399f09e1962cd1a2225d0dbd..1840d446c97e5a46f17156d45fbf67b18eb89661 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -28,6 +28,11 @@ _renderView(0)
   _viewTab.setupUi(this);
 }
 
+void PLViewTab::insertSpreadsheetView()
+{
+  emit onInsertSpreadsheetView(this);
+}
+
 void PLViewTab::insertSingleView()
 {
   emit onInsertSingleView(this);