summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 07:52:14 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 07:52:14 +0000
commit4c316dffdb421af6db99cda70f08be3017939608 (patch)
tree552aab0a72d6cbc84d8027541dd5653ae51ecae8 /sw/inc/dbmgr.hxx
parentee329af877fb2ceef4b176c5fb48c020497507b5 (diff)
INTEGRATION: CWS os94 (1.33.66); FILE MERGED
2007/03/12 08:07:28 os 1.33.66.1: #i75235# unused methods removed
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 8bce5c539cb7..cb426329047f 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbmgr.hxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 11:44:16 $
+ * last change: $Author: rt $ $Date: 2007-04-25 08:52:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -341,10 +341,6 @@ public:
BOOL IsDataSourceOpen(const String& rDataSource,
const String& rTableOrQuery, sal_Bool bMergeOnly);
- // add data source information to the data source array - was PreInitDBData
- void AddDSData(const SwDBData& rData, long nSelStart, long nSelEnd);
- void GetDSSelection(const SwDBData& rData, long& rSelStart, long& rSelEnd);
-
// open the source while fields are updated - for the calculator only!
BOOL OpenDataSource(const String& rDataSource, const String& rTableOrQuery,
sal_Int32 nCommandType = -1, bool bCreate = false);