summaryrefslogtreecommitdiff
path: root/sw/inc/ndole.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-17 11:16:14 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-08-18 20:23:01 +0100
commitaf1bbf10230a031702a6a9d5dc9a1458b48c3b2b (patch)
tree78633693461d6a625fc6c780b2c91132694177fc /sw/inc/ndole.hxx
parentae993b043fe763585d85ca6ef4d99aaddffd2976 (diff)
_FESHVIEW_ONLY_INLINE_NEEDED is never defined
Change-Id: I3706675aa18d4a2f6ecdcfef1e36da8c87adafac
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r--sw/inc/ndole.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx
index 9596d4ba7d81..3a80cea9c51f 100644
--- a/sw/inc/ndole.hxx
+++ b/sw/inc/ndole.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _NDOLE_HXX
-#define _NDOLE_HXX
+#ifndef NDOLE_HXX
+#define NDOLE_HXX
#include <ndnotxt.hxx>
@@ -58,12 +58,10 @@ public:
String GetDescription();
-#ifndef _FESHVIEW_ONLY_INLINE_NEEDED
const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > GetOleRef();
svt::EmbeddedObjectRef& GetObject();
const String& GetCurrentPersistName() const { return aName; }
sal_Bool IsOleRef() const; ///< To avoid unneccessary loading of object.
-#endif
};
@@ -139,11 +137,8 @@ public:
// #i99665#
bool IsChart() const;
-
-#ifndef _FESHVIEW_ONLY_INLINE_NEEDED
const String& GetChartTblName() const { return sChartTblName; }
void SetChartTblName( const String& rNm ) { sChartTblName = rNm; }
-#endif
};