summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-01-05 16:37:42 +0100
committerMichael Stahl <mst@openoffice.org>2010-01-05 16:37:42 +0100
commitc00fbf426f2add382d18d99ed14a3c48b7d36afb (patch)
tree6af43606f58067b1bf84ed359d6cd7aa5a4f9a63 /sw/inc/swtable.hxx
parenteb1338534074029d8135c9a475cd301a8d11e3e3 (diff)
swunolocking1: swtable.hxx: SwTable::FindTable() takes a const parameter
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r--sw/inc/swtable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 1a62bb3d4dfd..800fd4bb4a18 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -299,7 +299,7 @@ public:
virtual BOOL GetInfo( SfxPoolItem& ) const;
// suche im Format nach der angemeldeten Tabelle
- static SwTable* FindTable( SwFrmFmt* pFmt );
+ static SwTable * FindTable( SwFrmFmt const*const pFmt );
// Struktur ein wenig aufraeumen
void GCLines();