summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/connectionsbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/connectionsbuffer.hxx')
-rw-r--r--sc/source/filter/inc/connectionsbuffer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/connectionsbuffer.hxx b/sc/source/filter/inc/connectionsbuffer.hxx
index fefdef0313b6..3c29cc33d05d 100644
--- a/sc/source/filter/inc/connectionsbuffer.hxx
+++ b/sc/source/filter/inc/connectionsbuffer.hxx
@@ -114,9 +114,9 @@ public:
void importWebPrTable( SequenceInputStream& rStrm, sal_Int32 nRecId );
/** Returns the unique connection identifier. */
- inline sal_Int32 getConnectionId() const { return maModel.mnId; }
+ sal_Int32 getConnectionId() const { return maModel.mnId; }
/** Returns the source data type of the connection. */
- inline sal_Int32 getConnectionType() const { return maModel.mnType; }
+ sal_Int32 getConnectionType() const { return maModel.mnType; }
/** Returns read-only access to the connection model data. */
const ConnectionModel& getModel() const { return maModel; }