summaryrefslogtreecommitdiffstats
path: root/include/ucbhelper/propertyvalueset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/propertyvalueset.hxx')
-rw-r--r--include/ucbhelper/propertyvalueset.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ucbhelper/propertyvalueset.hxx b/include/ucbhelper/propertyvalueset.hxx
index 56c0561d8602..1a65aba46869 100644
--- a/include/ucbhelper/propertyvalueset.hxx
+++ b/include/ucbhelper/propertyvalueset.hxx
@@ -43,7 +43,7 @@ namespace ucbhelper {
class PropertyValues;
-//=========================================================================
+
/**
* This class implements the interface XRow. After construction of a valueset
@@ -180,9 +180,9 @@ public:
throw( ::com::sun::star::sdbc::SQLException,
::com::sun::star::uno::RuntimeException, std::exception );
- //////////////////////////////////////////////////////////////////////
+
// Non-interface methods
- //////////////////////////////////////////////////////////////////////
+
void appendString( const OUString& rPropName, const OUString& rValue );
void appendString( const sal_Char* pAsciiPropName, const OUString& rValue )