Kaydet (Commit) cd1a01e0 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS frmcontrols01 (1.12.86); FILE MERGED

2003/10/22 13:17:45 fs 1.12.86.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements
üst acdeac72
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: propertyimport.hxx,v $ * $RCSfile: propertyimport.hxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: vg $ $Date: 2003-04-15 16:33:40 $ * last change: $Author: kz $ $Date: 2003-12-11 12:11:09 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -161,7 +161,7 @@ namespace xmloff ...@@ -161,7 +161,7 @@ namespace xmloff
sal_Bool encounteredAttribute(const sal_Char* _pAttributeName) const { return encounteredAttribute(::rtl::OUString::createFromAscii(_pAttributeName)); } sal_Bool encounteredAttribute(const sal_Char* _pAttributeName) const { return encounteredAttribute(::rtl::OUString::createFromAscii(_pAttributeName)); }
/** enables the tracking of the encountered attributes /** enables the tracking of the encountered attributes
<p>The tracking will raise the import costs a little but, but it's cheaper than <p>The tracking will raise the import costs a little bit, but it's cheaper than
derived classes tracking this themself.</p> derived classes tracking this themself.</p>
*/ */
void enableTrackAttributes() { m_bTrackAttributes = sal_True; } void enableTrackAttributes() { m_bTrackAttributes = sal_True; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment