summaryrefslogtreecommitdiffstats
path: root/include/svx/svdmodel.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:55:09 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 07:56:09 +0000
commit1616565f1232f31d1e0fa2a3316d63eadd8e0e28 (patch)
tree8467a5f2a0c2b9d6c3a5af8753d56e6bc6b3a8ee /include/svx/svdmodel.hxx
parentsw: prefix members of SwBorderAttrs (diff)
downloadcore-1616565f1232f31d1e0fa2a3316d63eadd8e0e28.tar.gz
core-1616565f1232f31d1e0fa2a3316d63eadd8e0e28.zip
Fix typos
Change-Id: If877778a98d8f06f6f596b4c186d9c4cf5c33438 Reviewed-on: https://gerrit.libreoffice.org/18957 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx/svdmodel.hxx')
-rw-r--r--include/svx/svdmodel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 01a8f3e3fb6b..913ea4216c9d 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -547,8 +547,8 @@ public:
undo actions for this model. */
SdrUndoFactory& GetSdrUndoFactory() const;
- // Accessor methods for Palettes, Lists and Tabeles
- // FIXME: this badly needs re-factoring ...
+ // Accessor methods for Palettes, Lists and Tables
+ // FIXME: this badly needs re-factoring...
XPropertyListRef GetPropertyList( XPropertyListType t ) const { return maProperties[ t ]; }
void SetPropertyList( XPropertyListRef p ) { maProperties[ p->Type() ] = p; }