diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-18 19:06:23 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-18 19:29:01 +0200 |
commit | 56396bd6dc63536608561ccb528377dc07023bc2 (patch) | |
tree | 22cbd5e5589367826532aebf576d8f4409ebd1ab /vcl/inc/salframe.hxx | |
parent | 4c6721542a53e017e555c8c12bfcbb0e2b6e1b3c (diff) |
Bin pointless __cplusplus ifdefs
Change-Id: I82974eb68e6daf1c6781e2133fd22d7e4e62de82
Diffstat (limited to 'vcl/inc/salframe.hxx')
-rw-r--r-- | vcl/inc/salframe.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx index f69f41afbdad..1132c38ce0d0 100644 --- a/vcl/inc/salframe.hxx +++ b/vcl/inc/salframe.hxx @@ -23,9 +23,7 @@ #include <tools/solar.h> #include <vcl/dllapi.h> -#ifdef __cplusplus #include <vcl/ptrstyle.hxx> -#endif // __cplusplus #include <salwtype.hxx> #include <salgeom.hxx> @@ -96,8 +94,6 @@ typedef sal_uInt64 SalExtStyle; #define SAL_FRAME_POSSIZE_WIDTH ((sal_uInt16)0x0004) #define SAL_FRAME_POSSIZE_HEIGHT ((sal_uInt16)0x0008) -#ifdef __cplusplus - using ::rtl::OUString; using ::rtl::OString; @@ -248,8 +244,6 @@ public: // public for Sal Implementation { return m_pProc ? m_pProc( m_pWindow, const_cast<SalFrame*>(this), nEvent, pEvent ) : 0; } }; -#endif // __cplusplus - #endif // _SV_SALFRAME_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |