Salome HOME
PAL10870 - to improve export of Plot2d to PostScript
[modules/gui.git] / src / CAF / CAF_Application.cxx
index 4952410410ea5184d1e3cbc9792bfbb3e2e739b6..823d09355ca235f1be9d4460911535d4686f7f23 100755 (executable)
@@ -1,3 +1,21 @@
+// Copyright (C) 2005  OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA R&D
+// 
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either 
+// version 2.1 of the License.
+// 
+// This library is distributed in the hope that it will be useful 
+// but WITHOUT ANY WARRANTY; without even the implied warranty of 
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public  
+// License along with this library; if not, write to the Free Software 
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/
+//
 #include "CAF_Application.h"
 
 #include "CAF_Tools.h"
@@ -47,11 +65,6 @@ QString CAF_Application::applicationName() const
   return QString( "CAFApplication" );
 }
 
-QString CAF_Application::storageFormat() const
-{
-  return QString( "MDTV-Standard" );
-}
-
 Handle(TDocStd_Application) CAF_Application::stdApp() const
 {
   return myStdApp;