summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-02-15 10:00:29 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2013-02-19 12:35:01 +0100
commit1b2debf80af5807421a0e9dd3def02fd0213aec9 (patch)
tree9e064777393dcc3dc60d94b36b62dc2b5f6d86ca /extensions/source/propctrlr
parent9953c1b5a6977f62b10e1c85a7069fd1dc2d9ec6 (diff)
janitorial: indentation
Change-Id: Id21de98433f52c8659a3432c1c47354e18166f06
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r--extensions/source/propctrlr/propcontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx
index 73dbf49753d8..cf69ca6621c2 100644
--- a/extensions/source/propctrlr/propcontroller.cxx
+++ b/extensions/source/propctrlr/propcontroller.cxx
@@ -1254,7 +1254,7 @@ namespace pcr
// this category does not yet exist. This is allowed, as an inspector model might be lazy, and not provide
// any category information of its own. In this case, we have a fallback ...
m_aPageIds[ aDescriptor.Category ] =
- getPropertyBox().AppendPage( aDescriptor.Category, rtl::OString() );
+ getPropertyBox().AppendPage( aDescriptor.Category, rtl::OString() );
nTargetPageId = impl_getPageIdForCategory_nothrow( aDescriptor.Category );
}