[Libreoffice-commits] .: basctl/source
François Tigeot
ftigeot at kemper.freedesktop.org
Sun Apr 24 22:40:05 PDT 2011
basctl/source/basicide/baside2.cxx | 2 --
basctl/source/basicide/baside3.cxx | 2 --
2 files changed, 4 deletions(-)
New commits:
commit 127fd97797bb16b8b4666cfe950d9e1bbd7b56e8
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Mon Apr 25 07:39:36 2011 +0200
Remove PM2 macro usage
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index 2443675..c004960 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -81,8 +81,6 @@ using namespace ::com::sun::star::uno;
#if defined(OW) || defined(MTF)
#define FILTERMASK_ALL "*"
-#elif defined(PM2)
-#define FILTERMASK_ALL ""
#else
#define FILTERMASK_ALL "*.*"
#endif
diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx
index 0d3e628..03d264a 100644
--- a/basctl/source/basicide/baside3.cxx
+++ b/basctl/source/basicide/baside3.cxx
@@ -89,8 +89,6 @@ using namespace ::com::sun::star::ui::dialogs;
#if defined(UNX)
#define FILTERMASK_ALL "*"
-#elif defined(PM2)
-#define FILTERMASK_ALL ""
#else
#define FILTERMASK_ALL "*.*"
#endif
More information about the Libreoffice-commits
mailing list