summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/linedescriptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/linedescriptor.hxx')
-rw-r--r--extensions/source/propctrlr/linedescriptor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/linedescriptor.hxx b/extensions/source/propctrlr/linedescriptor.hxx
index e6db8b65c090..84d11e17f4a2 100644
--- a/extensions/source/propctrlr/linedescriptor.hxx
+++ b/extensions/source/propctrlr/linedescriptor.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,12 +43,12 @@ namespace pcr
//========================================================================
struct OLineDescriptor : public ::com::sun::star::inspection::LineDescriptor
{
- ::rtl::OUString sName; // the name of the property
+ ::rtl::OUString sName; // the name of the property
::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyHandler >
xPropertyHandler; // the handler for this property
::com::sun::star::uno::Any aValue; // the current value of the property
- bool bUnknownValue : 1; // is the property value currently "unknown"? (PropertyState_AMBIGUOUS)
+ bool bUnknownValue : 1; // is the property value currently "unknown"? (PropertyState_AMBIGUOUS)
bool bReadOnly : 1;
OLineDescriptor()