summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bencont.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/bencont.cxx')
-rw-r--r--lotuswordpro/source/filter/bencont.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/bencont.cxx b/lotuswordpro/source/filter/bencont.cxx
index b5648a64b3ec..9ab7512e4889 100644
--- a/lotuswordpro/source/filter/bencont.cxx
+++ b/lotuswordpro/source/filter/bencont.cxx
@@ -280,8 +280,10 @@ std::vector<sal_uInt8> LtcBenContainer::GetGraphicData(const char *pObjectName)
char sSName[64]="";
char sDName[64]="";
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH // sprintf (macOS 13 SDK)
sprintf(sSName, "%s-S", pObjectName);
sprintf(sDName, "%s-D", pObjectName);
+ SAL_WNODEPRECATED_DECLARATIONS_POP
/* traverse the found properties and construct the stream vectors */
// get S&D's stream and merge them together