diff options
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r-- | extensions/source/propctrlr/propcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx index 100a34ffb0e1..143c7e855083 100644 --- a/extensions/source/propctrlr/propcontroller.cxx +++ b/extensions/source/propctrlr/propcontroller.cxx @@ -1189,7 +1189,7 @@ namespace pcr std::set< sal_uInt16 > aUsedPages; // when building the UI below, remember which properties are actuating, - // to allow for a initial actuatinPropertyChanged call + // to allow for a initial actuatingPropertyChanged call std::vector< OUString > aActuatingProperties; std::vector< Any > aActuatingPropertyValues; |