diff options
author | Oliver-Rainer Wittmann <od@openoffice.org> | 2009-11-23 10:22:50 +0100 |
---|---|---|
committer | Oliver-Rainer Wittmann <od@openoffice.org> | 2009-11-23 10:22:50 +0100 |
commit | 97a9f239c5e67fe2f99c78d73d5eb4a8c09f73ec (patch) | |
tree | 1fda9cdd205c0dc21f42017009de5790cb3e3d18 /sw/inc/pam.hxx | |
parent | 5ec9de5266069c22f12305392eaec5a7eac3204b (diff) |
cbosdo02: fixes of compiler warning on Linux, Mac OS X Intel and Solaris Sparc
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r-- | sw/inc/pam.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx index 789600f72e0e..49f8d8bfbb5f 100644 --- a/sw/inc/pam.hxx +++ b/sw/inc/pam.hxx @@ -272,7 +272,7 @@ public: DECL_FIXEDMEMPOOL_NEWDEL(SwPaM); String GetTxt() const; - void Invalidate(); + void InvalidatePaM(); }; |