Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8ee31c5a
Kaydet (Commit)
8ee31c5a
authored
Eki 12, 2016
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sfx2: clean up redundant virtual keywords in classificationhelper
Change-Id: If6da4e79c17dc27a13e043a3f23cdbac0ae7f7d0
üst
a4df89e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
16 deletions
+12
-16
classificationhelper.cxx
sfx2/source/view/classificationhelper.cxx
+12
-16
No files found.
sfx2/source/view/classificationhelper.cxx
Dosyayı görüntüle @
8ee31c5a
...
@@ -117,24 +117,24 @@ public:
...
@@ -117,24 +117,24 @@ public:
SfxClassificationCategory
*
m_pCategory
;
SfxClassificationCategory
*
m_pCategory
;
SfxClassificationParser
();
SfxClassificationParser
();
virtual
~
SfxClassificationParser
()
override
;
~
SfxClassificationParser
()
override
;
v
irtual
v
oid
SAL_CALL
startDocument
()
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
void
SAL_CALL
startDocument
()
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
v
irtual
v
oid
SAL_CALL
endDocument
()
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
void
SAL_CALL
endDocument
()
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
v
irtual
v
oid
SAL_CALL
startElement
(
const
OUString
&
aName
,
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>&
xAttribs
)
void
SAL_CALL
startElement
(
const
OUString
&
aName
,
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>&
xAttribs
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
v
irtual
v
oid
SAL_CALL
endElement
(
const
OUString
&
aName
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
void
SAL_CALL
endElement
(
const
OUString
&
aName
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
v
irtual
v
oid
SAL_CALL
characters
(
const
OUString
&
aChars
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
void
SAL_CALL
characters
(
const
OUString
&
aChars
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
v
irtual
v
oid
SAL_CALL
ignorableWhitespace
(
const
OUString
&
aWhitespaces
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
void
SAL_CALL
ignorableWhitespace
(
const
OUString
&
aWhitespaces
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
v
irtual
v
oid
SAL_CALL
processingInstruction
(
const
OUString
&
aTarget
,
const
OUString
&
aData
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
void
SAL_CALL
processingInstruction
(
const
OUString
&
aTarget
,
const
OUString
&
aData
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
v
irtual
v
oid
SAL_CALL
setDocumentLocator
(
const
uno
::
Reference
<
xml
::
sax
::
XLocator
>&
xLocator
)
void
SAL_CALL
setDocumentLocator
(
const
uno
::
Reference
<
xml
::
sax
::
XLocator
>&
xLocator
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
override
;
};
};
...
@@ -150,9 +150,7 @@ SfxClassificationParser::SfxClassificationParser()
...
@@ -150,9 +150,7 @@ SfxClassificationParser::SfxClassificationParser()
{
{
}
}
SfxClassificationParser
::~
SfxClassificationParser
()
SfxClassificationParser
::~
SfxClassificationParser
()
=
default
;
{
}
void
SAL_CALL
SfxClassificationParser
::
startDocument
()
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
void
SAL_CALL
SfxClassificationParser
::
startDocument
()
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
...
@@ -188,7 +186,7 @@ throw (xml::sax::SAXException, uno::RuntimeException, std::exception)
...
@@ -188,7 +186,7 @@ throw (xml::sax::SAXException, uno::RuntimeException, std::exception)
OUString
aIdentifier
=
xAttribs
->
getValueByName
(
"Identifier"
);
OUString
aIdentifier
=
xAttribs
->
getValueByName
(
"Identifier"
);
// Create a new category and initialize it with the data that's true for all categories.
// Create a new category and initialize it with the data that's true for all categories.
m_aCategories
.
push
_back
(
SfxClassificationCategory
());
m_aCategories
.
emplace
_back
(
SfxClassificationCategory
());
SfxClassificationCategory
&
rCategory
=
m_aCategories
.
back
();
SfxClassificationCategory
&
rCategory
=
m_aCategories
.
back
();
rCategory
.
m_aName
=
aName
;
rCategory
.
m_aName
=
aName
;
rCategory
.
m_aLabels
[
"PolicyAuthority:Name"
]
=
m_aPolicyAuthorityName
;
rCategory
.
m_aLabels
[
"PolicyAuthority:Name"
]
=
m_aPolicyAuthorityName
;
...
@@ -552,9 +550,7 @@ SfxClassificationHelper::SfxClassificationHelper(const uno::Reference<document::
...
@@ -552,9 +550,7 @@ SfxClassificationHelper::SfxClassificationHelper(const uno::Reference<document::
}
}
}
}
SfxClassificationHelper
::~
SfxClassificationHelper
()
SfxClassificationHelper
::~
SfxClassificationHelper
()
=
default
;
{
}
const
OUString
&
SfxClassificationHelper
::
GetBACName
(
SfxClassificationPolicyType
eType
)
const
OUString
&
SfxClassificationHelper
::
GetBACName
(
SfxClassificationPolicyType
eType
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment