diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-25 07:39:36 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-25 07:39:36 +0200 |
commit | 15e7b52ae7e78a07625a5398b113089d7e6c76da (patch) | |
tree | 07617b363c3450a880dbb43f171714725d6bac09 /basctl | |
parent | 737ef925ccb32ff5fdba07061e4407586461832d (diff) |
Remove PM2 macro usage
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.cxx | 2 | ||||
-rw-r--r-- | basctl/source/basicide/baside3.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index e275e57157e1..8ae614a24787 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 fdb69631d6fe..b5b48b96994d 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 |